body {
    background-color: #f9fcfd;
}

body {
    font-family: Brygada 1918;
}

.wpkg6olfkd {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 5rem;
    line-height: 1.1;
}

.wpkg6olfkd>.l88n9asdmg {
    font-size: 6.25rem;
}

.o4y81copah {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 2.5rem;
    line-height: 1.3;
}

.o4y81copah>.l88n9asdmg {
    font-size: 3.125rem;
}

.anw7bepx72 {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

.anw7bepx72>.l88n9asdmg {
    font-size: 1.25rem;
}

.qwwt5o6qwa {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

.qwwt5o6qwa>.l88n9asdmg {
    font-size: 1.875rem;
}

.tv0ccqaqwt {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

.tv0ccqaqwt>.l88n9asdmg {
    font-size: 1.40625rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .wpkg6olfkd {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    .wpkg6olfkd {
        font-size: 3.5rem;
        font-size: calc(2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
    }

    .o4y81copah {
        font-size: 2rem;
        font-size: calc(1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
    }

    .anw7bepx72 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }

    .qwwt5o6qwa {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }

    .tv0ccqaqwt {
        font-size: 0.9rem;
        font-size: calc(1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */
.yroblshwyv {
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}

.btn-lg {
    padding: 1rem 2.6rem;
    border-radius: 0;
}

.bg-primary {
    background-color: #e6bee1 !important;
}

.bg-success {
    background-color: #88e9bc !important;
}

.bg-info {
    background-color: #79e3f8 !important;
}

.bg-warning {
    background-color: #ffdc72 !important;
}

.bg-danger {
    background-color: #ea8790 !important;
}

.h3qewfpj1h,
.h3qewfpj1h:active {
    background-color: #e6bee1 !important;
    border-color: #e6bee1 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.h3qewfpj1h:hover,
.h3qewfpj1h:focus,
.h3qewfpj1h.focus,
.h3qewfpj1h.xm2qmqvvqu {
    color: #ffffff !important;
    background-color: #ce7fc4 !important;
    border-color: #ce7fc4 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.h3qewfpj1h.disabled,
.h3qewfpj1h:disabled {
    color: #ffffff !important;
    background-color: #ce7fc4 !important;
    border-color: #ce7fc4 !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #e1e6be !important;
    border-color: #e1e6be !important;
    color: #6e772e !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.xm2qmqvvqu {
    color: #ffffff !important;
    background-color: #c4ce7f !important;
    border-color: #c4ce7f !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #6e772e !important;
    background-color: #c4ce7f !important;
    border-color: #c4ce7f !important;
}

.btn-info,
.btn-info:active {
    background-color: #79e3f8 !important;
    border-color: #79e3f8 !important;
    color: #065b6c !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.xm2qmqvvqu {
    color: #ffffff !important;
    background-color: #27d2f4 !important;
    border-color: #27d2f4 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #065b6c !important;
    background-color: #27d2f4 !important;
    border-color: #27d2f4 !important;
}

.btn-success,
.btn-success:active {
    background-color: #88e9bc !important;
    border-color: #88e9bc !important;
    color: #12603c !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.xm2qmqvvqu {
    color: #ffffff !important;
    background-color: #3fdb93 !important;
    border-color: #3fdb93 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #12603c !important;
    background-color: #3fdb93 !important;
    border-color: #3fdb93 !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #ffdc72 !important;
    border-color: #ffdc72 !important;
    color: #725600 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.xm2qmqvvqu {
    color: #1b1500 !important;
    background-color: #ffc61b !important;
    border-color: #ffc61b !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #725600 !important;
    background-color: #ffc61b !important;
    border-color: #ffc61b !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #ea8790 !important;
    border-color: #ea8790 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.xm2qmqvvqu {
    color: #ffffff !important;
    background-color: #dd3d4c !important;
    border-color: #dd3d4c !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #dd3d4c !important;
    border-color: #dd3d4c !important;
}

.btn-white,
.btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #7a7a7a !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.xm2qmqvvqu {
    color: #4f4f4f !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #7a7a7a !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.xm2qmqvvqu {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #e6bee1;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.xm2qmqvvqu {
    color: #ce7fc4 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #e6bee1 !important;
    border-color: #e6bee1 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #e1e6be;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.xm2qmqvvqu {
    color: #c4ce7f !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #6e772e !important;
    background-color: #e1e6be !important;
    border-color: #e1e6be !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #79e3f8;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.xm2qmqvvqu {
    color: #27d2f4 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #065b6c !important;
    background-color: #79e3f8 !important;
    border-color: #79e3f8 !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #88e9bc;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.xm2qmqvvqu {
    color: #3fdb93 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #12603c !important;
    background-color: #88e9bc !important;
    border-color: #88e9bc !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #ffdc72;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.xm2qmqvvqu {
    color: #ffc61b !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #725600 !important;
    background-color: #ffdc72 !important;
    border-color: #ffdc72 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #ea8790;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.xm2qmqvvqu {
    color: #dd3d4c !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #ea8790 !important;
    border-color: #ea8790 !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.xm2qmqvvqu {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.xm2qmqvvqu {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.text-primary {
    color: #e6bee1 !important;
}

.text-secondary {
    color: #e1e6be !important;
}

.text-success {
    color: #88e9bc !important;
}

.text-info {
    color: #79e3f8 !important;
}

.text-warning {
    color: #ffdc72 !important;
}

.text-danger {
    color: #ea8790 !important;
}

.text-white {
    color: #fafafa !important;
}

.text-black {
    color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.xm2qmqvvqu {
    color: #ca74bf !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.xm2qmqvvqu {
    color: #bfca74 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.xm2qmqvvqu {
    color: #32d98c !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.xm2qmqvvqu {
    color: #18cff3 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.xm2qmqvvqu {
    color: #ffc30c !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.xm2qmqvvqu {
    color: #db3040 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.xm2qmqvvqu {
    color: #c7c7c7 !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.xm2qmqvvqu {
    color: #000000 !important;
}

a[class*="text-"]:not(.c4ylphcxbp):not(.dropdown-item):not([role]):not(.kc3omr6mvh) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.c4ylphcxbp):not(.dropdown-item):not([role]):not(.kc3omr6mvh):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}

.gi1c54mmdu .c4ylphcxbp.xm2qmqvvqu {
    color: #e6bee1;
}

.gi1c54mmdu .c4ylphcxbp:not(.xm2qmqvvqu) {
    color: #232323;
}

.ny55bspknx {
    background-color: #70c770;
}

.alert-info {
    background-color: #79e3f8;
}

.alert-warning {
    background-color: #ffdc72;
}

.z35dx600qo {
    background-color: #ea8790;
}

.mbr-gallery-filter li.xm2qmqvvqu .yroblshwyv {
    background-color: #e6bee1;
    border-color: #e6bee1;
    color: #ffffff;
}

.mbr-gallery-filter li.xm2qmqvvqu .yroblshwyv:focus {
    box-shadow: none;
}

a,
a:hover {
    color: #e6bee1;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #ffffff;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.cspg18sx03 {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

.cspg18sx03>.l88n9asdmg {
    font-size: 1.25rem;
}

.cspg18sx03:hover,
.cspg18sx03:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #e6bee1 !important;
}

.cspg18sx03:-webkit-input-placeholder {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

.cspg18sx03:-webkit-input-placeholder>.l88n9asdmg {
    font-size: 1.25rem;
}

blockquote {
    border-color: #e6bee1;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #e6bee1;
    color: #ffffff;
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #e6bee1;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #353535;
    border-bottom-color: #353535;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #e6bee1;
    border-bottom-color: #e6bee1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: #000000 !important;
    background-color: #e6bee1 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000000 !important;
    background: #e1e6be !important;
    box-shadow: none !important;
}

.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e6bee1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.o7x0yq4phi .yroblshwyv,
.usbhzmd45m .yroblshwyv {
    max-height: 57px;
    padding: 12px 36px 12px;
    transition: all .3s ease;
}

.o7x0yq4phi .btn-primary-outline,
.usbhzmd45m .btn-primary-outline {
    border: 1px solid #e6bee1;
}

.o7x0yq4phi .btn-primary-outline:hover,
.usbhzmd45m .btn-primary-outline:hover {
    box-shadow: inset 0 -100px 0 0 #e6bee1 !important;
    color: #79e3f8 !important;
}

.o7x0yq4phi .btn-secondary-outline,
.usbhzmd45m .btn-secondary-outline {
    border: 1px solid #e1e6be;
}

.o7x0yq4phi .btn-secondary-outline:hover,
.usbhzmd45m .btn-secondary-outline:hover {
    box-shadow: inset 0 -100px 0 0 #e1e6be !important;
    color: #e6bee1 !important;
}

.o7x0yq4phi .btn-success-outline,
.usbhzmd45m .btn-success-outline {
    border: 1px solid #88e9bc;
}

.o7x0yq4phi .btn-success-outline:hover,
.usbhzmd45m .btn-success-outline:hover {
    box-shadow: inset 0 -100px 0 0 #88e9bc !important;
    color: #e6bee1 !important;
}

.o7x0yq4phi .btn-info-outline,
.usbhzmd45m .btn-info-outline {
    border: 1px solid #79e3f8;
}

.o7x0yq4phi .btn-info-outline:hover,
.usbhzmd45m .btn-info-outline:hover {
    box-shadow: inset 0 -100px 0 0 #79e3f8 !important;
    color: #e6bee1 !important;
}

.o7x0yq4phi .btn-warning-outline,
.usbhzmd45m .btn-warning-outline {
    border: 1px solid #ffdc72;
}

.o7x0yq4phi .btn-warning-outline:hover,
.usbhzmd45m .btn-warning-outline:hover {
    box-shadow: inset 0 -100px 0 0 #ffdc72 !important;
    color: #79e3f8 !important;
}

.o7x0yq4phi .btn-danger-outline,
.usbhzmd45m .btn-danger-outline {
    border: 1px solid #ea8790;
}

.o7x0yq4phi .btn-danger-outline:hover,
.usbhzmd45m .btn-danger-outline:hover {
    box-shadow: inset 0 -100px 0 0 #ea8790 !important;
    color: #e6bee1 !important;
}

.wdy4wbv9tu .e509pnoss0 {
    background-color: #f9fcfd !important;
    padding: 0;
}

.wdy4wbv9tu .ev6o83gv4k.we98m0asga .dropdown .dropdown-menu {
    background-color: #f9fcfd !important;
    background: #f9fcfd;
}

.wdy4wbv9tu .ev6o83gv4k.we98m0asga .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.wdy4wbv9tu .hbas6ewjem {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .wdy4wbv9tu .hbas6ewjem {
        flex-direction: column;
        align-items: flex-start;
    }

    .wdy4wbv9tu .hbas6ewjem .ev6o83gv4k.opened,
    .wdy4wbv9tu .hbas6ewjem .z481ps6hp2 {
        background-color: #f9fcfd !important;
        transition: all 0s ease 0s;
    }
}

.wdy4wbv9tu .e509pnoss0 {
    position: relative !important;
}

.wdy4wbv9tu .yroblshwyv {
    min-height: auto;
}

@media (min-width: 992px) {
    .wdy4wbv9tu ul.vric9kgxjr {
        padding-bottom: 1.5rem;
    }

    .wdy4wbv9tu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .wdy4wbv9tu .oin3xc7xzv.dropdown-toggle::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 0.5rem;
        margin-bottom: 2px;
        content: "";
        border: 2px solid;
        border-left: none;
        border-top: none;
        transform: rotate(-45deg);
    }

    .wdy4wbv9tu .oin3xc7xzv.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .wdy4wbv9tu li.dn9u5u6eeq {
        position: relative;
        display: inline-block;
        padding: 1px 7px !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .wdy4wbv9tu .lg_brand {
        margin: 0 1rem;
    }

    .wdy4wbv9tu .vric9kgxjr.hmpy1ianir {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
    }
}

.wdy4wbv9tu .dn9u5u6eeq {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .wdy4wbv9tu .dn9u5u6eeq {
        margin: 4px 20px;
    }
}

@media (max-width: 991px) {
    .wdy4wbv9tu .dn9u5u6eeq {
        margin: 0 !important;
    }
}

.wdy4wbv9tu .dn9u5u6eeq .c4ylphcxbp {
    position: relative;
}

.wdy4wbv9tu .dn9u5u6eeq .c4ylphcxbp:hover::before,
.wdy4wbv9tu .dn9u5u6eeq .c4ylphcxbp:focus::before {
    width: 100%;
}

.wdy4wbv9tu .dn9u5u6eeq .c4ylphcxbp::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 5px;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
}

.wdy4wbv9tu .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

@media (min-width: 992px) {
    .wdy4wbv9tu .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .wdy4wbv9tu .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .wdy4wbv9tu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .wdy4wbv9tu .oin3xc7xzv.dropdown-toggle::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 0.5rem;
        margin-bottom: 2px;
        content: "";
        border: 2px solid;
        border-left: none;
        border-top: none;
        transform: rotate(-45deg);
        right: 15px;
        position: absolute;
        margin-top: -2px;
    }

    .wdy4wbv9tu .xrzvrvyi8r.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .wdy4wbv9tu .offcanvas_box {
        display: none;
    }
}

.wdy4wbv9tu .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.wdy4wbv9tu .hmpy1ianir .oin3xc7xzv {
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wdy4wbv9tu .hmpy1ianir .oin3xc7xzv.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: -0.5rem;
}

.wdy4wbv9tu .container {
    display: flex;
    margin: auto;
}

.wdy4wbv9tu .iconfont-wrapper {
    color: #f4efe8;
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.wdy4wbv9tu .iconfont-wrapper:last-child {
    margin-right: 0;
}

.wdy4wbv9tu .iconfont-wrapper:hover {
    opacity: 0.5;
}

.wdy4wbv9tu .kc3omr6mvh {
    color: #000000;
}

.wdy4wbv9tu .vric9kgxjr {
    margin: 0 1rem;
}

@media (min-width: 992px) {
    .wdy4wbv9tu .vric9kgxjr {
        margin: 0;
    }
}

.wdy4wbv9tu .dropdown-menu,
.wdy4wbv9tu .ev6o83gv4k.opened {
    background-color: false !important;
}

.wdy4wbv9tu .dn9u5u6eeq:focus,
.wdy4wbv9tu .c4ylphcxbp:focus {
    outline: none;
}

.wdy4wbv9tu .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.wdy4wbv9tu .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.wdy4wbv9tu .dropdown .dropdown-menu .dropdown-item .l88n9asdmg {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.wdy4wbv9tu .dropdown .dropdown-menu .dropdown-item .l88n9asdmg:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.wdy4wbv9tu .aom0n1xhq2 .dropdown-menu .dropdown-item:before {
    display: none;
}

.wdy4wbv9tu .aom0n1xhq2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.wdy4wbv9tu .ev6o83gv4k {
    min-height: 70px;
    padding: 20px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

@media (max-width: 992px) {
    .wdy4wbv9tu .ev6o83gv4k {
        min-height: 30px;
        max-height: none;
    }
}

.wdy4wbv9tu .ev6o83gv4k.opened {
    transition: all 0.3s;
}

.wdy4wbv9tu .ev6o83gv4k .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.wdy4wbv9tu .ev6o83gv4k .wtwfqk7c2h img {
    max-width: 70px;
    min-height: 70px;
    object-fit: contain;
}

.wdy4wbv9tu .ev6o83gv4k .z481ps6hp2 {
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.wdy4wbv9tu .ev6o83gv4k.aom0n1xhq2 {
    justify-content: center;
}

.wdy4wbv9tu .ev6o83gv4k.aom0n1xhq2 .dn9u5u6eeq .c4ylphcxbp::before {
    display: none;
}

.wdy4wbv9tu .ev6o83gv4k.aom0n1xhq2.opened .dropdown-menu {
    top: 0;
}

.wdy4wbv9tu .ev6o83gv4k.aom0n1xhq2 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.wdy4wbv9tu .ev6o83gv4k.aom0n1xhq2 .dropdown-menu .dropdown-item:after {
    right: auto;
}

.wdy4wbv9tu .ev6o83gv4k.aom0n1xhq2 ul.vric9kgxjr li {
    margin: auto;
}

.wdy4wbv9tu .ev6o83gv4k.aom0n1xhq2 .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
}

.wdy4wbv9tu .ev6o83gv4k.aom0n1xhq2 .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .wdy4wbv9tu .ev6o83gv4k .dn9u5u6eeq {
        padding: 0.5rem 0;
    }

    .wdy4wbv9tu .ev6o83gv4k .z481ps6hp2 {
        padding: 34px 0;
        border-radius: 25px;
    }

    .wdy4wbv9tu .ev6o83gv4k .dn9u5u6eeq .c4ylphcxbp::before {
        display: none;
    }

    .wdy4wbv9tu .ev6o83gv4k.opened .dropdown-menu {
        top: 0;
    }

    .wdy4wbv9tu .ev6o83gv4k .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .wdy4wbv9tu .ev6o83gv4k .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .wdy4wbv9tu .ev6o83gv4k .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .wdy4wbv9tu .ev6o83gv4k .wtwfqk7c2h img {
        height: 3rem !important;
    }

    .wdy4wbv9tu .ev6o83gv4k ul.vric9kgxjr {
        overflow: hidden;
    }

    .wdy4wbv9tu .ev6o83gv4k ul.vric9kgxjr li {
        margin: 0;
    }

    .wdy4wbv9tu .ev6o83gv4k .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .wdy4wbv9tu .ev6o83gv4k .vp6twy502a {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .wdy4wbv9tu .ev6o83gv4k .erhwy7b9b4 {
        flex-basis: auto;
    }

    .wdy4wbv9tu .ev6o83gv4k .icons-menu {
        padding: 0;
    }
}

.wdy4wbv9tu .ev6o83gv4k.navbar-short {
    min-height: 60px;
}

.wdy4wbv9tu .ev6o83gv4k.navbar-short .wtwfqk7c2h img {
    height: 2.5rem !important;
}

.wdy4wbv9tu .ev6o83gv4k.navbar-short .vp6twy502a {
    min-height: 60px;
    padding: 0;
}

.wdy4wbv9tu .vp6twy502a {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.wdy4wbv9tu .vp6twy502a .kc3omr6mvh {
    line-height: inherit !important;
    font-weight: 400;
}

.wdy4wbv9tu .vp6twy502a .wtwfqk7c2h a {
    outline: none;
}

.wdy4wbv9tu .dropdown-item.xm2qmqvvqu,
.wdy4wbv9tu .dropdown-item:active {
    background-color: transparent;
}

.wdy4wbv9tu .we98m0asga .vric9kgxjr .c4ylphcxbp {
    padding: 0;
}

.wdy4wbv9tu .hmpy1ianir .oin3xc7xzv.dropdown-toggle {
    margin-right: 1.667em;
}

.wdy4wbv9tu .hmpy1ianir .oin3xc7xzv.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.wdy4wbv9tu .ev6o83gv4k .dropdown.open>.dropdown-menu {
    display: block;
}

.wdy4wbv9tu ul.vric9kgxjr {
    flex-wrap: wrap;
    padding: 0;
}

.wdy4wbv9tu .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

.wdy4wbv9tu button.erhwy7b9b4 {
    outline: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #f9fcfd;
    background: #f9fcfd;
}

.wdy4wbv9tu button.erhwy7b9b4 .hnlub8l4v7 span {
    position: absolute;
    right: 10px;
    margin-top: 14px;
    width: 26px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.wdy4wbv9tu button.erhwy7b9b4 .hnlub8l4v7 span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.wdy4wbv9tu button.erhwy7b9b4 .hnlub8l4v7 span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.wdy4wbv9tu button.erhwy7b9b4 .hnlub8l4v7 span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.wdy4wbv9tu button.erhwy7b9b4 .hnlub8l4v7 span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.wdy4wbv9tu nav.opened .hnlub8l4v7 span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.wdy4wbv9tu nav.opened .hnlub8l4v7 span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.wdy4wbv9tu nav.opened .hnlub8l4v7 span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.wdy4wbv9tu nav.opened .hnlub8l4v7 span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.wdy4wbv9tu a.c4ylphcxbp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wdy4wbv9tu .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .wdy4wbv9tu .ev6o83gv4k {
        height: 70px;
    }

    .wdy4wbv9tu .ev6o83gv4k.opened {
        height: auto;
    }

    .wdy4wbv9tu .dn9u5u6eeq .c4ylphcxbp:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.wdy4wbv9tu .e509pnoss0 .wtwfqk7c2h {
    margin-right: 15px;
}

@media (min-width: 768px) {
    .wdy4wbv9tu .oc459n7dh4 {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.wdy4wbv9tu .usbhzmd45m .yroblshwyv {
    width: fit-content;
    white-space: nowrap;
}

.wdy4wbv9tu .icons-menu-main {
    display: flex;
}

.wdy4wbv9tu .kc3omr6mvh:hover {
    color: #000000;
}

@media (min-width: 992px) {
    .wdy4wbv9tu .dropdown-menu.dropdown-submenu {
        left: 175px !important;
        top: -45% !important;
    }
}

.wdy4wbv9tu .mbr-section-subtitle {
    color: #f4efe8;
}

.wdy4wbv9tu .dgvo18r6x0 {
    color: #f4efe8;
    text-align: left;
}

.wdy4wbv9tu .text_widget {
    color: #f4efe8;
}

.wdy4wbv9tu .mbr-section-subtitle,
.wdy4wbv9tu .text_widget {
    text-align: left;
}

.wdy4wbv9tu a[class*="text-"]:not(.c4ylphcxbp):not(.dropdown-item):not([role]):not(.kc3omr6mvh):hover {
    background-image: none;
}

.wdy4wbv9tu .c4ylphcxbp,
.wdy4wbv9tu .dropdown-item {
    color: #000000;
}

.ngi110zd2e {
    overflow: hidden;
    background-color: transparent;
}

.ngi110zd2e .hup5umsgcu {
    position: relative;
}

.ngi110zd2e .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 30%;
    left: 28%;
    width: 700px;
    height: 700px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
    z-index: 0;
}

@media (max-width: 768px) {
    .ngi110zd2e .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.ngi110zd2e .mbr-fallback-image.disabled {
    display: none;
}

.ngi110zd2e .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ngi110zd2e .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .ngi110zd2e .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .ngi110zd2e .hup5umsgcu {
        padding: 0 24px;
    }
}

.ngi110zd2e .ggodqxevzu {
    position: relative;
    z-index: 2;
}

.ngi110zd2e .ggodqxevzu .evgb1tubwc {
    margin-bottom: 20px;
}

.ngi110zd2e .uqxbau1lle {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}

.ngi110zd2e .uqxbau1lle .dgvo18r6x0 {
    letter-spacing: 0.5em;
    margin-bottom: 0;
    display: inline-flex;
    transform: rotate(90deg);
}

.ngi110zd2e .uqxbau1lle .dgvo18r6x0 span {
    margin-left: 21px;
    line-height: 0.7;
}

.ngi110zd2e .evgb1tubwc {
    color: #111111;
}

.ngi110zd2e .dgvo18r6x0,
.ngi110zd2e .l88n9asdmg {
    color: #111111;
}

.ngi110zd2e .evgb1tubwc,
.ngi110zd2e .o7x0yq4phi {
    color: #000000;
}

.nz5pzthal5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}

.nz5pzthal5 .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .nz5pzthal5 .m9n569cvvo {
        display: none;
    }
}

.nz5pzthal5 .jd0u3u8m3m:focus,
.nz5pzthal5 span:focus {
    outline: none;
}

.nz5pzthal5 .jd0u3u8m3m {
    cursor: pointer;
}

.nz5pzthal5 .bauad03exh {
    grid-row-gap: 2rem;
}

@media (max-width: 767px) {
    .nz5pzthal5 .bauad03exh {
        grid-row-gap: 1rem;
    }
}

.nz5pzthal5 .grid-container-1,
.nz5pzthal5 .grid-container-2,
.nz5pzthal5 .y7tsnololg {
    gap: 0 2rem;
    z-index: 1;
}

@media (max-width: 767px) {

    .nz5pzthal5 .grid-container-1,
    .nz5pzthal5 .grid-container-2,
    .nz5pzthal5 .y7tsnololg {
        gap: 0 1rem;
    }
}

.nz5pzthal5 .evgb1tubwc {
    color: #000000;
}

.nz5pzthal5 .dgvo18r6x0,
.nz5pzthal5 .o7x0yq4phi {
    color: #000000;
}

.nz5pzthal5 .content-head {
    max-width: 800px;
}

.nz5pzthal5 .container,
.nz5pzthal5 .oc459n7dh4 {
    overflow: hidden;
    z-index: 2;
}

.nz5pzthal5 .bauad03exh {
    position: relative;
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}

.nz5pzthal5 .pq3goj2ur4 {
    position: relative;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nz5pzthal5 .pq3goj2ur4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-image: linear-gradient(0deg, #003c45, transparent);
    pointer-events: none;
}

.nz5pzthal5 .pq3goj2ur4 img {
    min-width: 30vw;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .nz5pzthal5 .pq3goj2ur4 img {
        min-width: 35vw;
    }
}

.nz5pzthal5 .pq3goj2ur4,
.nz5pzthal5 img {
    width: 100%;
    height: 100%;
}

.nz5pzthal5 .grid-container-1,
.nz5pzthal5 .grid-container-2,
.nz5pzthal5 .y7tsnololg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.nz5pzthal5 .grid-container-1 {
    align-items: flex-end;
}

.nz5pzthal5 .grid-container-2 {
    align-items: flex-start;
}

.pqpklli6y9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003c45;
}

.pqpklli6y9 .hup5umsgcu {
    position: relative;
}

.pqpklli6y9 .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .pqpklli6y9 .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.pqpklli6y9 .mbr-fallback-image.disabled {
    display: none;
}

.pqpklli6y9 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.pqpklli6y9 .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .pqpklli6y9 .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .pqpklli6y9 .hup5umsgcu {
        padding: 0 24px;
    }
}

.pqpklli6y9 .k09i8ieeu7 {
    display: flex;
    align-items: center;
}

.pqpklli6y9 .ggodqxevzu {
    position: relative;
    z-index: 2;
    margin-bottom: 64px;
    width: 100%;
}

@media (max-width: 992px) {
    .pqpklli6y9 .ggodqxevzu {
        margin-bottom: 32px;
    }
}

.pqpklli6y9 .ggodqxevzu .evgb1tubwc {
    margin-bottom: 10px;
}

.pqpklli6y9 .ggodqxevzu .uqxbau1lle .dgvo18r6x0 {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .pqpklli6y9 .ggodqxevzu .uqxbau1lle .dgvo18r6x0 {
        width: 100%;
    }
}

.pqpklli6y9 .j4k7fxs3f2 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2rem;
    padding: 16px;
    border-radius: 8px;
    background-color: #f9fcfd;
    z-index: 2;
}

.pqpklli6y9 .j4k7fxs3f2 .a2hzfpicwy {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background-color: #e6bee1;
    border-radius: 100%;
    margin-right: 16px;
}

.pqpklli6y9 .j4k7fxs3f2 .a2hzfpicwy .zedy9y9s53 {
    margin-bottom: 0;
}

.pqpklli6y9 .j4k7fxs3f2 .czsvo7l64f {
    margin-bottom: 0;
    width: 80%;
}

.pqpklli6y9 .evgb1tubwc {
    color: #f4efe8;
}

.pqpklli6y9 .dgvo18r6x0,
.pqpklli6y9 .uqxbau1lle {
    color: #FFFFFF;
    text-align: right;
}

.pqpklli6y9 .zedy9y9s53 {
    color: #000000;
}

.pqpklli6y9 .czsvo7l64f {
    color: #000000;
}

.pqpklli6y9 .evgb1tubwc,
.pqpklli6y9 .o7x0yq4phi {
    text-align: right;
    color: #FFFFFF;
}

.lsupgdsu6h {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.lsupgdsu6h .hup5umsgcu {
    position: relative;
}

.lsupgdsu6h .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .lsupgdsu6h .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.lsupgdsu6h .mbr-fallback-image.disabled {
    display: none;
}

.lsupgdsu6h .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.lsupgdsu6h .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .lsupgdsu6h .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .lsupgdsu6h .hup5umsgcu {
        padding: 0 24px;
    }
}

.lsupgdsu6h .ggodqxevzu {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.lsupgdsu6h .ggodqxevzu .evgb1tubwc {
    margin-bottom: 0;
}

.lsupgdsu6h .irwsj8o4xk {
    position: relative;
    z-index: 2;
}

.lsupgdsu6h .irwsj8o4xk .j4k7fxs3f2 {
    border: none;
    padding: 38px 0 26px;
    border-bottom: 2px solid #111111;
    border-radius: 0;
}

.lsupgdsu6h .irwsj8o4xk .j4k7fxs3f2 .yba7tkrjq5 {
    background-color: transparent;
    border: none;
    padding: 0;
}

.lsupgdsu6h .irwsj8o4xk .j4k7fxs3f2 .yba7tkrjq5 .lm7tar3go6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lsupgdsu6h .irwsj8o4xk .j4k7fxs3f2 .yba7tkrjq5 .lm7tar3go6:focus .l88n9asdmg {
    opacity: 0.7;
}

.lsupgdsu6h .irwsj8o4xk .j4k7fxs3f2 .yba7tkrjq5 .lm7tar3go6 .owandz1pe8 {
    margin-bottom: 10px;
}

.lsupgdsu6h .irwsj8o4xk .j4k7fxs3f2 .yba7tkrjq5 .lm7tar3go6 .l88n9asdmg {
    transition: all 0.3s ease;
}

.lsupgdsu6h .irwsj8o4xk .j4k7fxs3f2 .u1j97e67mu .bbm56jhs7r .zrru71k01l {
    margin: 0;
}

.lsupgdsu6h .evgb1tubwc {
    color: #000000;
}

.lsupgdsu6h .dgvo18r6x0 {
    color: #111111;
    text-align: right;
}

.lsupgdsu6h .owandz1pe8,
.lsupgdsu6h .l88n9asdmg {
    color: #000000;
}

.lsupgdsu6h .zrru71k01l {
    color: #000000;
}

.buz21a4o33 {
    background-color: transparent;
}

.buz21a4o33 .hup5umsgcu {
    position: relative;
}

.buz21a4o33 .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    left: 28%;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .buz21a4o33 .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.buz21a4o33 .mbr-fallback-image.disabled {
    display: none;
}

.buz21a4o33 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.buz21a4o33 .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .buz21a4o33 .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .buz21a4o33 .hup5umsgcu {
        padding: 0 24px;
    }
}

.buz21a4o33 .uqxbau1lle {
    position: relative;
    z-index: 2;
}

.buz21a4o33 .uqxbau1lle .evgb1tubwc {
    margin: 40px 0;
    transform: rotate(-5deg);
}

.buz21a4o33 .uqxbau1lle .mbr-date {
    margin: 0 auto;
    width: 80%;
}

.buz21a4o33 .uqxbau1lle .mbr-loc {
    margin: 0 auto 32px;
    width: 80%;
}

.buz21a4o33 .uqxbau1lle .dgvo18r6x0 {
    margin-bottom: 32px;
}

.buz21a4o33 .uqxbau1lle .o7x0yq4phi {
    margin-bottom: 32px;
}

.buz21a4o33 .uqxbau1lle .jhe2wfb7ei {
    margin-bottom: 0;
}

.buz21a4o33 .evgb1tubwc {
    color: #111111;
}

.buz21a4o33 .dgvo18r6x0,
.buz21a4o33 .l88n9asdmg {
    color: #111111;
    text-align: center;
}

.buz21a4o33 .mbr-date {
    color: #000000;
}

.buz21a4o33 .mbr-loc {
    color: #111111;
    text-align: right;
}

.buz21a4o33 .jhe2wfb7ei {
    color: #000000;
    text-align: center;
}

.buz21a4o33 .evgb1tubwc,
.buz21a4o33 .o7x0yq4phi {
    text-align: center;
    color: #000000;
}

.buz21a4o33 .dgvo18r6x0 {
    color: #000000;
}

.ciz6l2snbo {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #003c45;
}

.ciz6l2snbo .mbr-fallback-image.disabled {
    display: none;
}

.ciz6l2snbo .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ciz6l2snbo .vi7nap7joi {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 450px;
    max-width: 450px;
}

@media (max-width: 768px) {
    .ciz6l2snbo .vi7nap7joi {
        min-width: 70%;
        max-width: initial;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

.ciz6l2snbo .vi7nap7joi .omusavftzr .z6dkyxl1ar .ggodqxevzu {
    display: flex;
    align-items: flex-end;
    min-height: 70px;
    margin-bottom: 32px;
}

.ciz6l2snbo .vi7nap7joi .omusavftzr .z6dkyxl1ar .ggodqxevzu .czsvo7l64f {
    margin: 0;
    width: 100%;
}

.ciz6l2snbo .vi7nap7joi .omusavftzr .z6dkyxl1ar .gaxkiis1et {
    height: 48px;
    background-image: linear-gradient(90deg, #f1ffff, #fff1ff, #fffff1);
    margin-bottom: 32px;
    border-radius: 30px;
}

.ciz6l2snbo .vi7nap7joi .omusavftzr .z6dkyxl1ar .he93j2noqm {
    margin-bottom: 0;
}

.ciz6l2snbo .xramrzs4tt,
.ciz6l2snbo .f27663z021 {
    display: flex;
}

.ciz6l2snbo .jw3ylrd0oc {
    top: -6rem;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: transparent;
    color: #79e3f8;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@media (max-width: 768px) {
    .ciz6l2snbo .jw3ylrd0oc {
        display: none;
    }
}

.ciz6l2snbo .jw3ylrd0oc:disabled {
    cursor: default;
    display: none;
}

.ciz6l2snbo .jw3ylrd0oc:hover {
    background: #e6bee1;
    color: #79e3f8;
    opacity: 0.7;
}

.ciz6l2snbo .jw3ylrd0oc.f27663z021 {
    left: 0;
    margin-left: 2.5rem;
}

.ciz6l2snbo .jw3ylrd0oc.xramrzs4tt {
    right: 0;
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .ciz6l2snbo .jw3ylrd0oc {
        top: auto;
        bottom: -4rem;
    }
}

.ciz6l2snbo .xlmlvtscjx {
    position: relative;
    width: 100%;
}

.ciz6l2snbo .ugw9fp79ys {
    overflow: hidden;
    width: 100%;
}

.ciz6l2snbo .ugw9fp79ys.is-draggable {
    cursor: grab;
}

.ciz6l2snbo .ugw9fp79ys.is-dragging {
    cursor: grabbing;
}

.ciz6l2snbo .tw0z1kh7ih {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.ciz6l2snbo .uqxbau1lle {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .ciz6l2snbo .uqxbau1lle {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .ciz6l2snbo .uqxbau1lle {
        padding: 0 24px;
    }
}

.ciz6l2snbo .uqxbau1lle {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .ciz6l2snbo .uqxbau1lle {
        margin-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .ciz6l2snbo .uqxbau1lle {
        margin-bottom: 60px;
    }
}

.ciz6l2snbo .uqxbau1lle .evgb1tubwc {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .ciz6l2snbo .uqxbau1lle .evgb1tubwc {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .ciz6l2snbo .uqxbau1lle .evgb1tubwc {
        margin-bottom: 30px;
    }
}

.ciz6l2snbo .uqxbau1lle .dgvo18r6x0 {
    margin-bottom: 0;
}

.ciz6l2snbo .evgb1tubwc {
    color: #FFFFFF;
    text-align: center;
}

.ciz6l2snbo .dgvo18r6x0 {
    color: #FFFFFF;
    text-align: center;
}

.ciz6l2snbo .czsvo7l64f {
    color: #FFFFFF;
}

.ciz6l2snbo .he93j2noqm {
    color: #FFFFFF;
}

.r8zd9izeo4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.r8zd9izeo4 .hup5umsgcu {
    position: relative;
}

.r8zd9izeo4 .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    left: 10%;
    width: 30%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .r8zd9izeo4 .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.r8zd9izeo4 .mbr-fallback-image.disabled {
    display: none;
}

.r8zd9izeo4 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.r8zd9izeo4 .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .r8zd9izeo4 .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .r8zd9izeo4 .hup5umsgcu {
        padding: 0 24px;
    }
}

.r8zd9izeo4 .k09i8ieeu7 {
    display: flex;
    align-items: center;
}

.r8zd9izeo4 .ggodqxevzu {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .r8zd9izeo4 .ggodqxevzu {
        margin-bottom: 32px;
    }
}

.r8zd9izeo4 .ggodqxevzu .evgb1tubwc {
    margin-bottom: 32px;
}

.r8zd9izeo4 .ggodqxevzu .dgvo18r6x0 {
    margin-bottom: 20px;
}

.r8zd9izeo4 .z5cj6bpibl {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .r8zd9izeo4 .z5cj6bpibl {
        margin-bottom: 32px;
    }
}

.r8zd9izeo4 .z5cj6bpibl img {
    max-height: 500px;
    width: 70%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .r8zd9izeo4 .z5cj6bpibl img {
        width: 100%;
    }
}

.r8zd9izeo4 .evgb1tubwc {
    color: #000000;
}

.r8zd9izeo4 .dgvo18r6x0 {
    color: #000000;
}

.mafgama5v7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003c45;
}

.mafgama5v7 .hup5umsgcu {
    position: relative;
}

.mafgama5v7 .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    left: 3rem;
    width: 430px;
    height: 410px;
    border-radius: 100%;
    background-image: linear-gradient(110deg, #f1ffff 30%, #fff1ff);
    filter: blur(64px) blur(64px);
    left: auto;
    right: 3rem;
}

@media (max-width: 992px) {
    .mafgama5v7 .hup5umsgcu .m9n569cvvo {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .mafgama5v7 .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.mafgama5v7 .mbr-fallback-image.disabled {
    display: none;
}

.mafgama5v7 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.mafgama5v7 .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .mafgama5v7 .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .mafgama5v7 .hup5umsgcu {
        padding: 0 24px;
    }
}

.mafgama5v7 .ggodqxevzu {
    position: relative;
    z-index: 1;
}

.mafgama5v7 .ggodqxevzu .evgb1tubwc {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .mafgama5v7 .ggodqxevzu .evgb1tubwc {
        margin-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .mafgama5v7 .ggodqxevzu .evgb1tubwc {
        margin-bottom: 24px;
    }
}

.mafgama5v7 .ggodqxevzu .dgvo18r6x0 {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .mafgama5v7 .ggodqxevzu .dgvo18r6x0 {
        margin-bottom: 15px;
    }
}

.mafgama5v7 .ggodqxevzu .o7x0yq4phi .yroblshwyv {
    width: 90%;
}

@media (max-width: 992px) {
    .mafgama5v7 .ggodqxevzu .o7x0yq4phi .yroblshwyv {
        width: auto;
    }
}

.mafgama5v7 .dfgxfzohw8 {
    position: relative;
    z-index: 1;
    margin-right: 64px;
    margin-right: 0;
    margin-left: 64px;
}

@media (max-width: 992px) {
    .mafgama5v7 .dfgxfzohw8 {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .mafgama5v7 .dfgxfzohw8 {
        margin-right: 0;
        margin-bottom: 96px;
        text-align: center;
    }
}

.mafgama5v7 .dfgxfzohw8 .l88n9asdmg {
    display: block;
    color: #ffffff;
    font-size: 350px;
    transform: rotate(-10deg);
}

@media (max-width: 992px) {
    .mafgama5v7 .dfgxfzohw8 .l88n9asdmg {
        font-size: 250px;
    }
}

@media (max-width: 768px) {
    .mafgama5v7 .dfgxfzohw8 .l88n9asdmg {
        font-size: 150px;
    }
}

.mafgama5v7 .evgb1tubwc {
    color: #f4efe8;
}

.mafgama5v7 .dgvo18r6x0 {
    color: #FFFFFF;
}

.mafgama5v7 .evgb1tubwc,
.mafgama5v7 .o7x0yq4phi {
    color: #FFFFFF;
}

.gxb8gegtuq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.gxb8gegtuq .ic1bk8mdoz {
    position: relative;
}

.gxb8gegtuq .ic1bk8mdoz .m9n569cvvo {
    position: absolute;
    top: 0;
    left: 32%;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(30px) blur(30px);
    z-index: 1;
}

@media (max-width: 768px) {
    .gxb8gegtuq .ic1bk8mdoz .m9n569cvvo {
        display: none;
    }
}

.gxb8gegtuq .ic1bk8mdoz .e0bctzh182 {
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

.gxb8gegtuq .ic1bk8mdoz .e0bctzh182 .ifjweuiox1 {
    margin-bottom: 0;
}

.gxb8gegtuq .ic1bk8mdoz .e0bctzh182 .hberks44d3 {
    margin: 0;
}

.gxb8gegtuq .mbr-fallback-image.disabled {
    display: none;
}

.gxb8gegtuq .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.gxb8gegtuq .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .gxb8gegtuq .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .gxb8gegtuq .hup5umsgcu {
        padding: 0 24px;
    }
}

.gxb8gegtuq .ggodqxevzu {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.gxb8gegtuq .ggodqxevzu .evgb1tubwc {
    margin-bottom: 0;
}

.gxb8gegtuq .uqxbau1lle {
    position: relative;
    z-index: 1;
}

.gxb8gegtuq .uqxbau1lle .dgvo18r6x0 {
    display: inline-flex;
    width: 40%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .gxb8gegtuq .uqxbau1lle .dgvo18r6x0 {
        width: 100%;
    }
}

.gxb8gegtuq .evgb1tubwc {
    color: #000000;
}

.gxb8gegtuq .ifjweuiox1 {
    color: #000000;
    text-align: center;
}

.gxb8gegtuq .hberks44d3 {
    color: #000000;
    text-align: center;
}

.gxb8gegtuq .dgvo18r6x0,
.gxb8gegtuq .uqxbau1lle {
    color: #000000;
    text-align: right;
}

.u8bdqz3psg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003c45;
}

.u8bdqz3psg .hup5umsgcu {
    position: relative;
}

.u8bdqz3psg .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 75%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .u8bdqz3psg .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.u8bdqz3psg .mbr-fallback-image.disabled {
    display: none;
}

.u8bdqz3psg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.u8bdqz3psg .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .u8bdqz3psg .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .u8bdqz3psg .hup5umsgcu {
        padding: 0 24px;
    }
}

.u8bdqz3psg .k09i8ieeu7 {
    display: flex;
    align-items: center;
}

.u8bdqz3psg .ggodqxevzu {
    position: relative;
    z-index: 1;
    padding-right: 60px;
}

@media (max-width: 992px) {
    .u8bdqz3psg .ggodqxevzu {
        margin-bottom: 65px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .u8bdqz3psg .ggodqxevzu {
        margin-bottom: 45px;
    }
}

.u8bdqz3psg .ggodqxevzu .evgb1tubwc {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .u8bdqz3psg .ggodqxevzu .evgb1tubwc {
        margin-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .u8bdqz3psg .ggodqxevzu .evgb1tubwc {
        margin-bottom: 24px;
    }
}

.u8bdqz3psg .ggodqxevzu .dgvo18r6x0 {
    margin-bottom: 0;
}

.u8bdqz3psg .q1qijg266n {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .u8bdqz3psg .q1qijg266n {
        display: block;
    }
}

.u8bdqz3psg .hup5umsgcu.pyedsmd7m8 {
    padding: 0 16px;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 220px;
    margin: 0;
}

@media (max-width: 768px) {
    .u8bdqz3psg .hup5umsgcu.pyedsmd7m8 {
        margin: 0 auto;
    }
}

.u8bdqz3psg .hup5umsgcu.pyedsmd7m8 .j4k7fxs3f2 {
    padding: 0;
    margin-bottom: 32px;
    min-height: 200px;
    position: relative;
    width: 100%;
}

.u8bdqz3psg .hup5umsgcu.pyedsmd7m8 .j4k7fxs3f2::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: -1rem;
    width: 100%;
    height: 102%;
    border-radius: 8px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

.u8bdqz3psg .hup5umsgcu.pyedsmd7m8 .j4k7fxs3f2 .sw5i1q0xx9 {
    background-color: #f9fcfd;
    padding: 48px 32px 32px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .u8bdqz3psg .hup5umsgcu.pyedsmd7m8 .j4k7fxs3f2 .sw5i1q0xx9 {
        padding: 36px 28px;
    }
}

.u8bdqz3psg .hup5umsgcu.pyedsmd7m8 .j4k7fxs3f2 .sw5i1q0xx9 .dfgxfzohw8 {
    position: relative;
}

.u8bdqz3psg .hup5umsgcu.pyedsmd7m8 .j4k7fxs3f2 .sw5i1q0xx9 .dfgxfzohw8::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #fff1ff;
}

.u8bdqz3psg .hup5umsgcu.pyedsmd7m8 .j4k7fxs3f2 .sw5i1q0xx9 .dfgxfzohw8 .l88n9asdmg {
    display: block;
    position: relative;
    font-size: 48px;
    margin: -3rem 0 24px -10px;
}

.u8bdqz3psg .hup5umsgcu.pyedsmd7m8 .j4k7fxs3f2 .sw5i1q0xx9 .czsvo7l64f {
    margin-bottom: 0;
}

.u8bdqz3psg .evgb1tubwc {
    color: #FFFFFF;
}

.u8bdqz3psg .dgvo18r6x0 {
    color: #FFFFFF;
}

.u8bdqz3psg .czsvo7l64f,
.u8bdqz3psg .l88n9asdmg {
    color: #111111;
}

.u8bdqz3psg .czsvo7l64f,
.u8bdqz3psg .l88n9asdmg,
.u8bdqz3psg .dfgxfzohw8 {
    color: #000000;
}

.cid-v2rGBA1eE8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #003c45;
}

.cid-v2rGBA1eE8 .hup5umsgcu {
    position: relative;
}

.cid-v2rGBA1eE8 .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 35%;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    backdrop-filter: blur(10px);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cid-v2rGBA1eE8 .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.cid-v2rGBA1eE8 .mbr-fallback-image.disabled {
    display: none;
}

.cid-v2rGBA1eE8 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2rGBA1eE8 .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .cid-v2rGBA1eE8 .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .cid-v2rGBA1eE8 .hup5umsgcu {
        padding: 0 24px;
    }
}

.cid-v2rGBA1eE8 .ggodqxevzu {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-v2rGBA1eE8 .ggodqxevzu {
        margin-bottom: 32px;
    }
}

.cid-v2rGBA1eE8 .ggodqxevzu .evgb1tubwc {
    margin-bottom: 10px;
}

.cid-v2rGBA1eE8 .jd0u3u8m3m {
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .cid-v2rGBA1eE8 .jd0u3u8m3m {
        margin-bottom: 32px;
    }
}

.cid-v2rGBA1eE8 .jd0u3u8m3m .omusavftzr {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cid-v2rGBA1eE8 .jd0u3u8m3m .omusavftzr img {
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 auto 32px;
    border: 2px solid #ffffff;
}

.cid-v2rGBA1eE8 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n .mbr-price {
    margin-bottom: 16px;
}

.cid-v2rGBA1eE8 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n .qqheryc3xc {
    margin-bottom: 16px;
}

.cid-v2rGBA1eE8 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n .jhe2wfb7ei {
    margin-bottom: 16px;
}

.cid-v2rGBA1eE8 .evgb1tubwc {
    color: #FFFFFF;
    text-align: center;
}

.cid-v2rGBA1eE8 .mbr-price {
    color: #FFFFFF;
    text-align: center;
}

.cid-v2rGBA1eE8 .qqheryc3xc {
    color: #f4efe8;
}

.cid-v2rGBA1eE8 .jhe2wfb7ei {
    color: #FFFFFF;
    text-align: center;
}

.cid-v2rGBA1eE8 .qqheryc3xc,
.cid-v2rGBA1eE8 .o7x0yq4phi {
    text-align: center;
    color: #FFFFFF;
}

.g75rbk5pei {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.g75rbk5pei .hup5umsgcu {
    position: relative;
}

.g75rbk5pei .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 25%;
    left: 34%;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .g75rbk5pei .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.g75rbk5pei .mbr-fallback-image.disabled {
    display: none;
}

.g75rbk5pei .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.g75rbk5pei .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .g75rbk5pei .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .g75rbk5pei .hup5umsgcu {
        padding: 0 24px;
    }
}

.g75rbk5pei .hup5umsgcu {
    justify-content: center;
}

.g75rbk5pei .ggodqxevzu {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .g75rbk5pei .ggodqxevzu {
        margin-bottom: 32px;
    }
}

.g75rbk5pei .ggodqxevzu .evgb1tubwc {
    margin-bottom: 10px;
}

.g75rbk5pei .ggodqxevzu .dgvo18r6x0 {
    margin-bottom: 0;
}

.g75rbk5pei .j4k7fxs3f2 {
    position: relative;
    z-index: 1;
    padding: 64px;
    border-radius: 0;
}

.g75rbk5pei .j4k7fxs3f2 .czsvo7l64f {
    margin-bottom: 30px;
}

.g75rbk5pei .j4k7fxs3f2 .he93j2noqm {
    margin-bottom: 10px;
}

@media (max-width: 568px) {
    .g75rbk5pei .j4k7fxs3f2 {
        padding: 32px;
    }
}

.g75rbk5pei .j4k7fxs3f2.c5jm5a84le {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-bottom-right-radius: 16px;
}

.g75rbk5pei .j4k7fxs3f2.xx5zzwbj29 {
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    border-top-left-radius: 16px;
}

.g75rbk5pei .evgb1tubwc {
    color: #000000;
    text-align: center;
}

.g75rbk5pei .dgvo18r6x0 {
    color: #000000;
    text-align: center;
}

.g75rbk5pei .czsvo7l64f {
    color: #111111;
}

.g75rbk5pei .he93j2noqm {
    color: #000000;
}

.g75rbk5pei .czsvo7l64f,
.g75rbk5pei .o7x0yq4phi {
    color: #000000;
}

.cid-v2rGBA263K {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003c45;
}

.cid-v2rGBA263K .hup5umsgcu {
    position: relative;
}

.cid-v2rGBA263K .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 30%;
    width: 55%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cid-v2rGBA263K .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.cid-v2rGBA263K .mbr-fallback-image.disabled {
    display: none;
}

.cid-v2rGBA263K .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2rGBA263K .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .cid-v2rGBA263K .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .cid-v2rGBA263K .hup5umsgcu {
        padding: 0 24px;
    }
}

.cid-v2rGBA263K .hup5umsgcu {
    justify-content: center;
}

.cid-v2rGBA263K .ggodqxevzu {
    position: relative;
    z-index: 1;
    margin-bottom: 42px;
}

.cid-v2rGBA263K .ggodqxevzu .evgb1tubwc {
    margin-bottom: 0;
}

.cid-v2rGBA263K .omusavftzr {
    height: 100%;
    padding: 48px 24px;
    position: relative;
    z-index: 10;
    border-radius: 8px;
    background-color: #f9fcfd;
    overflow: visible;
}

.cid-v2rGBA263K .omusavftzr::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 992px) {
    .cid-v2rGBA263K .omusavftzr {
        margin-bottom: 12px;
    }
}

.cid-v2rGBA263K .omusavftzr .price-wrapper .l88n9asdmg {
    display: block;
    font-size: 50px;
    margin-bottom: 2rem;
}

.cid-v2rGBA263K .omusavftzr .price-wrapper .mbr-price {
    margin-bottom: 0;
}

.cid-v2rGBA263K .omusavftzr .mbr-price-title {
    margin-bottom: 0;
}

.cid-v2rGBA263K .omusavftzr .jhe2wfb7ei {
    margin-bottom: 32px;
}

.cid-v2rGBA263K .evgb1tubwc {
    color: #FFFFFF;
}

.cid-v2rGBA263K .mbr-price,
.cid-v2rGBA263K .l88n9asdmg {
    color: #000000;
    text-align: center;
}

.cid-v2rGBA263K .mbr-price-title {
    color: #111111;
}

.cid-v2rGBA263K .jhe2wfb7ei {
    color: #000000;
    text-align: center;
}

.cid-v2rGBA263K .mbr-price-title,
.cid-v2rGBA263K .o7x0yq4phi {
    text-align: center;
    color: #000000;
}

.cid-v2rGBA263K .jd0u3u8m3m {
    margin-bottom: 12px;
}

.hn3p6jzxz9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #003c45;
}

.hn3p6jzxz9 .hup5umsgcu {
    position: relative;
}

.hn3p6jzxz9 .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 35%;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .hn3p6jzxz9 .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.hn3p6jzxz9 .mbr-fallback-image.disabled {
    display: none;
}

.hn3p6jzxz9 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.hn3p6jzxz9 .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .hn3p6jzxz9 .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .hn3p6jzxz9 .hup5umsgcu {
        padding: 0 24px;
    }
}

.hn3p6jzxz9 .ggodqxevzu {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .hn3p6jzxz9 .ggodqxevzu {
        margin-bottom: 32px;
    }
}

.hn3p6jzxz9 .ggodqxevzu .evgb1tubwc {
    margin-bottom: 10px;
}

.hn3p6jzxz9 .ggodqxevzu .dgvo18r6x0 {
    margin-bottom: 0;
}

.hn3p6jzxz9 .jd0u3u8m3m {
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .hn3p6jzxz9 .jd0u3u8m3m {
        margin-bottom: 32px;
    }
}

.hn3p6jzxz9 .jd0u3u8m3m .omusavftzr {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hn3p6jzxz9 .jd0u3u8m3m .omusavftzr img {
    width: 156px;
    height: 172px;
    object-fit: cover;
    border-radius: 100% 100% 16px 16px;
    margin: 0 auto 16px;
    border: 2px solid #ffffff;
}

.hn3p6jzxz9 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n .qqheryc3xc {
    margin-bottom: 0;
}

.hn3p6jzxz9 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n .jhe2wfb7ei {
    margin-bottom: 0;
}

.hn3p6jzxz9 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n .l88n9asdmg {
    display: block;
    margin-top: 24px;
    font-size: 24px;
}

.hn3p6jzxz9 .evgb1tubwc {
    color: #FFFFFF;
    text-align: center;
}

.hn3p6jzxz9 .dgvo18r6x0 {
    color: #FFFFFF;
    text-align: center;
}

.hn3p6jzxz9 .qqheryc3xc,
.hn3p6jzxz9 .l88n9asdmg {
    color: #FFFFFF;
    text-align: center;
}

.hn3p6jzxz9 .jhe2wfb7ei {
    color: #FFFFFF;
    text-align: center;
}

.d2ltjq5zpz {
    background-color: transparent;
}

.d2ltjq5zpz .ic1bk8mdoz {
    position: relative;
}

.d2ltjq5zpz .ic1bk8mdoz .m9n569cvvo {
    position: absolute;
    top: 0;
    left: 32%;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(30px) blur(30px);
    z-index: 1;
}

@media (max-width: 768px) {
    .d2ltjq5zpz .ic1bk8mdoz .m9n569cvvo {
        display: none;
    }
}

.d2ltjq5zpz .ic1bk8mdoz .e0bctzh182 {
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

.d2ltjq5zpz .ic1bk8mdoz .e0bctzh182 .ifjweuiox1 {
    margin-bottom: 20px;
}

.d2ltjq5zpz .mbr-fallback-image.disabled {
    display: none;
}

.d2ltjq5zpz .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.d2ltjq5zpz .oc459n7dh4 {
    padding: 0;
}

.d2ltjq5zpz .hup5umsgcu {
    padding: 0;
}

.d2ltjq5zpz .ifjweuiox1 {
    color: #111111;
    text-align: center;
}

.d2ltjq5zpz .ifjweuiox1,
.d2ltjq5zpz .o7x0yq4phi {
    text-align: center;
    color: #000000;
}

.zx79bri10p {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.zx79bri10p .mbr-fallback-image.disabled {
    display: none;
}

.zx79bri10p .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.zx79bri10p .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .zx79bri10p .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .zx79bri10p .hup5umsgcu {
        padding: 0 24px;
    }
}

.zx79bri10p .ggodqxevzu {
    margin-bottom: 20px;
}

.zx79bri10p .ggodqxevzu .evgb1tubwc {
    margin-bottom: 0;
}

.zx79bri10p .vwd6gizole:before {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    border: 3px solid #000000;
    background-color: transparent;
    top: 0;
    right: 21%;
}

.zx79bri10p .h5lpdghloe:before {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    border: 3px solid #000000;
    background-color: transparent;
    top: 0;
    right: 46%;
}

.zx79bri10p .j4s7nbsnns:before {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    border: 3px solid #000000;
    background-color: transparent;
    top: 0;
    left: 19%;
}

@media (max-width: 768px) {
    .zx79bri10p .ic1bk8mdoz {
        display: none;
    }
}

.zx79bri10p .m9n569cvvo {
    height: 100px;
    margin-bottom: 48px;
    position: relative;
}

.zx79bri10p .m9n569cvvo .p8ay8d1oqx {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    filter: blur(5px) blur(5px);
    z-index: 1;
}

.zx79bri10p .m9n569cvvo .prnynxlmmy {
    background-image: linear-gradient(50deg, #f1ffff 20%, #fff1ff);
    top: 0;
    right: 20%;
}

.zx79bri10p .m9n569cvvo .nilor93v57 {
    background-image: linear-gradient(130deg, #f1ffff 35%, #fff1ff);
    top: 0;
    right: 45%;
}

.zx79bri10p .m9n569cvvo .tlgmxxhb1f {
    background-image: linear-gradient(130deg, #fffff1 35%, #fff1ff);
    top: 0;
    left: 20%;
}

.zx79bri10p .uqxbau1lle .dgvo18r6x0 {
    display: inline-block;
    width: 40%;
    margin-bottom: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .zx79bri10p .uqxbau1lle .dgvo18r6x0 {
        text-align: left;
        width: 100%;
    }
}

.zx79bri10p .evgb1tubwc {
    color: #000000;
}

.zx79bri10p .dgvo18r6x0,
.zx79bri10p .uqxbau1lle {
    color: #000000;
    text-align: right;
}

.ufcvpvd5x8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.ufcvpvd5x8 .hup5umsgcu {
    position: relative;
}

.ufcvpvd5x8 .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .ufcvpvd5x8 .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.ufcvpvd5x8 .mbr-fallback-image.disabled {
    display: none;
}

.ufcvpvd5x8 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ufcvpvd5x8 .hup5umsgcu {
    justify-content: center;
}

.ufcvpvd5x8 .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .ufcvpvd5x8 .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .ufcvpvd5x8 .hup5umsgcu {
        padding: 0 24px;
    }
}

.ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 {
    padding: 64px 64px 0 64px;
    background-color: #003c45;
    position: relative;
    z-index: 2;
    border-radius: 16px;
}

.ufcvpvd5x8 .hup5umsgcu.krpu1e29d9::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: -2rem;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 992px) {
    .ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 {
        padding: 32px 32px 0 32px;
    }
}

.ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 .jd0u3u8m3m {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 .jd0u3u8m3m {
        margin-bottom: 32px;
    }
}

.ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 .jd0u3u8m3m .omusavftzr {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 .jd0u3u8m3m .omusavftzr {
        margin-bottom: 42px;
    }
}

.ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 .jd0u3u8m3m .omusavftzr .evgb1tubwc {
    margin-bottom: 0;
}

.ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 .jd0u3u8m3m .omusavftzr .rjb80cml8y {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 .jd0u3u8m3m .omusavftzr .rjb80cml8y:hover {
    opacity: 0.75;
}

.ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 .jd0u3u8m3m .omusavftzr .rjb80cml8y .s4otpi4e0b {
    margin-bottom: 0;
    text-decoration: underline;
}

.ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 .jd0u3u8m3m .omusavftzr .jhe2wfb7ei {
    margin: 30px 0 0 0;
}

.ufcvpvd5x8 .hup5umsgcu.krpu1e29d9 .jd0u3u8m3m .omusavftzr .dgvo18r6x0 {
    margin: 30px 0 20px 0;
}

.ufcvpvd5x8 .evgb1tubwc {
    color: #FFFFFF;
}

.ufcvpvd5x8 .s4otpi4e0b {
    color: #FFFFFF;
}

.ufcvpvd5x8 .jhe2wfb7ei {
    color: #FFFFFF;
}

.ufcvpvd5x8 .dgvo18r6x0 {
    color: #FFFFFF;
}

.qagdm6njwq {
    background-image: url("photo-1613013383640-6226419147d7.jpeg");
}

.qagdm6njwq .mbr-fallback-image.disabled {
    display: none;
}

.qagdm6njwq .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.okvz392dix {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.okvz392dix .hup5umsgcu {
    position: relative;
}

.okvz392dix .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 25%;
    left: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .okvz392dix .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.okvz392dix .mbr-fallback-image.disabled {
    display: none;
}

.okvz392dix .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.okvz392dix .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .okvz392dix .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .okvz392dix .hup5umsgcu {
        padding: 0 24px;
    }
}

.okvz392dix .hup5umsgcu {
    justify-content: center;
}

.okvz392dix .ggodqxevzu {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .okvz392dix .ggodqxevzu {
        margin-bottom: 32px;
    }
}

.okvz392dix .ggodqxevzu .evgb1tubwc {
    margin-bottom: 10px;
}

.okvz392dix .ggodqxevzu .dgvo18r6x0 {
    margin-bottom: 0;
}

.okvz392dix .jd0u3u8m3m {
    position: relative;
    z-index: 1;
    min-height: 172px;
    padding: 0 8px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.okvz392dix .jd0u3u8m3m:hover {
    opacity: 0.5;
}

.okvz392dix .jd0u3u8m3m .omusavftzr {
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 2px solid #000000;
}

.okvz392dix .jd0u3u8m3m .omusavftzr .czsvo7l64f {
    margin-bottom: 0;
}

.okvz392dix .evgb1tubwc {
    color: #000000;
    text-align: center;
}

.okvz392dix .dgvo18r6x0 {
    color: #000000;
    text-align: center;
}

.okvz392dix .czsvo7l64f {
    color: #111111;
}

.okvz392dix .czsvo7l64f,
.okvz392dix .o7x0yq4phi {
    color: #000000;
}

.u0blreie4g {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #003c45;
}

.u0blreie4g .mbr-fallback-image.disabled {
    display: none;
}

.u0blreie4g .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.u0blreie4g .hup5umsgcu {
    justify-content: center;
}

.u0blreie4g .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .u0blreie4g .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .u0blreie4g .hup5umsgcu {
        padding: 0 24px;
    }
}

.u0blreie4g .ggodqxevzu {
    margin-bottom: 32px;
}

.u0blreie4g .ggodqxevzu .evgb1tubwc {
    margin-bottom: 0;
}

.u0blreie4g .mbr-figure iframe {
    width: 100%;
}

@media (max-width: 992px) {
    .u0blreie4g .q2wnowhhei {
        margin-bottom: 24px;
    }
}

.u0blreie4g .mbr-figure__img {
    object-fit: cover;
}

.u0blreie4g .evgb1tubwc {
    color: #FFFFFF;
    text-align: center;
}

.u85rhrt17a {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.u85rhrt17a .mbr-fallback-image.disabled {
    display: none;
}

.u85rhrt17a .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.u85rhrt17a .vi7nap7joi {
    background-image: linear-gradient(0deg, #003c45, transparent);
    position: relative;
    min-width: 420px;
    max-width: 420px;
    min-height: 300px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .u85rhrt17a .vi7nap7joi {
        min-width: 70%;
        max-width: initial;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

.u85rhrt17a .vi7nap7joi .j31idakqdo {
    width: 100%;
    height: 100%;
}

.u85rhrt17a .vi7nap7joi .j31idakqdo .omusavftzr {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 1;
    height: 100%;
}

.u85rhrt17a .vi7nap7joi .j31idakqdo .omusavftzr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
    border-radius: 16px;
    z-index: -1;
}

.u85rhrt17a .vi7nap7joi .j31idakqdo .omusavftzr .jhe2wfb7ei {
    position: relative;
    padding: 0 5px;
    margin: 0 0 0 0;
    z-index: 10;
}

.u85rhrt17a .xramrzs4tt,
.u85rhrt17a .f27663z021 {
    display: flex;
}

.u85rhrt17a .jw3ylrd0oc {
    top: -3rem;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: transparent;
    color: #e6bee1;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@media (max-width: 768px) {
    .u85rhrt17a .jw3ylrd0oc {
        display: none;
    }
}

.u85rhrt17a .jw3ylrd0oc:disabled {
    cursor: default;
    display: none;
}

.u85rhrt17a .jw3ylrd0oc:hover {
    background: #e6bee1;
    color: #e6bee1;
    opacity: 0.7;
}

.u85rhrt17a .jw3ylrd0oc.f27663z021 {
    left: 0;
    margin-left: 2.5rem;
}

.u85rhrt17a .jw3ylrd0oc.xramrzs4tt {
    right: 0;
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .u85rhrt17a .jw3ylrd0oc {
        top: auto;
        bottom: -4rem;
    }
}

.u85rhrt17a .xlmlvtscjx {
    position: relative;
    width: 100%;
}

.u85rhrt17a .ugw9fp79ys {
    overflow: hidden;
    width: 100%;
}

.u85rhrt17a .ugw9fp79ys.is-draggable {
    cursor: grab;
}

.u85rhrt17a .ugw9fp79ys.is-dragging {
    cursor: grabbing;
}

.u85rhrt17a .tw0z1kh7ih {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.u85rhrt17a .jhe2wfb7ei {
    color: #FFFFFF;
    text-align: right;
}

.o6znls1fld {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003c45;
}

.o6znls1fld .hup5umsgcu {
    position: relative;
}

.o6znls1fld .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .o6znls1fld .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.o6znls1fld .mbr-fallback-image.disabled {
    display: none;
}

.o6znls1fld .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.o6znls1fld .hup5umsgcu {
    justify-content: center;
}

.o6znls1fld .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .o6znls1fld .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .o6znls1fld .hup5umsgcu {
        padding: 0 24px;
    }
}

.o6znls1fld .o3ul7u9bvu {
    padding-right: 40px;
}

@media (max-width: 992px) {
    .o6znls1fld .o3ul7u9bvu {
        padding: 0 12px;
        margin-bottom: 3rem;
    }
}

.o6znls1fld .k6lepg0y6o {
    padding-left: 40px;
}

@media (max-width: 992px) {
    .o6znls1fld .k6lepg0y6o {
        padding: 0 12px;
    }
}

.o6znls1fld .hup5umsgcu.krpu1e29d9 {
    padding: 64px;
    background-color: #f9fcfd;
    position: relative;
    z-index: 2;
    border-radius: 16px;
}

.o6znls1fld .hup5umsgcu.krpu1e29d9::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: -2rem;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 4px solid #f9fcfd;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 768px) {
    .o6znls1fld .hup5umsgcu.krpu1e29d9 {
        padding: 32px;
    }
}

.o6znls1fld .hup5umsgcu.krpu1e29d9 .z5cj6bpibl img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.o6znls1fld .hup5umsgcu.krpu1e29d9 .uqxbau1lle {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .o6znls1fld .hup5umsgcu.krpu1e29d9 .uqxbau1lle {
        margin-bottom: 42px;
    }
}

.o6znls1fld .hup5umsgcu.krpu1e29d9 .uqxbau1lle .evgb1tubwc {
    margin-bottom: 0;
}

.o6znls1fld .hup5umsgcu.krpu1e29d9 .uqxbau1lle .rjb80cml8y {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.o6znls1fld .hup5umsgcu.krpu1e29d9 .uqxbau1lle .rjb80cml8y:hover {
    opacity: 0.5;
}

.o6znls1fld .hup5umsgcu.krpu1e29d9 .uqxbau1lle .rjb80cml8y .s4otpi4e0b {
    margin-bottom: 0;
    text-decoration: underline;
}

.o6znls1fld .hup5umsgcu.krpu1e29d9 .uqxbau1lle .dgvo18r6x0 {
    margin: 30px 0 20px 0;
}

.o6znls1fld .evgb1tubwc {
    color: #000000;
}

.o6znls1fld .s4otpi4e0b {
    color: #000000;
}

.o6znls1fld .dgvo18r6x0 {
    color: #000000;
}

.fhwnjughyo {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.fhwnjughyo .hup5umsgcu {
    position: relative;
}

.fhwnjughyo .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    left: -10%;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .fhwnjughyo .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.fhwnjughyo .mbr-fallback-image.disabled {
    display: none;
}

.fhwnjughyo .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.fhwnjughyo .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .fhwnjughyo .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .fhwnjughyo .hup5umsgcu {
        padding: 0 24px;
    }
}

.fhwnjughyo .ggodqxevzu {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .fhwnjughyo .ggodqxevzu {
        margin-bottom: 42px;
    }
}

.fhwnjughyo .ggodqxevzu .evgb1tubwc {
    margin-bottom: 0;
}

.fhwnjughyo .uqxbau1lle {
    position: relative;
    z-index: 2;
}

.fhwnjughyo .uqxbau1lle .dgvo18r6x0 {
    margin-bottom: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .fhwnjughyo .uqxbau1lle .dgvo18r6x0 {
        text-align: left;
    }
}

.fhwnjughyo .evgb1tubwc {
    color: #000000;
}

.fhwnjughyo .dgvo18r6x0 {
    color: #000000;
    text-align: right;
}

.cuudiy8zt1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.cuudiy8zt1 .hup5umsgcu {
    position: relative;
}

.cuudiy8zt1 .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cuudiy8zt1 .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.cuudiy8zt1 .mbr-fallback-image.disabled {
    display: none;
}

.cuudiy8zt1 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cuudiy8zt1 .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .cuudiy8zt1 .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .cuudiy8zt1 .hup5umsgcu {
        padding: 0 24px;
    }
}

.cuudiy8zt1 .ggodqxevzu {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .cuudiy8zt1 .ggodqxevzu {
        margin-bottom: 32px;
    }
}

.cuudiy8zt1 .ggodqxevzu .evgb1tubwc {
    margin-bottom: 10px;
}

.cuudiy8zt1 .ggodqxevzu .dgvo18r6x0 {
    margin-bottom: 0;
}

.cuudiy8zt1 .nznvgd7nm8.gi1c54mmdu {
    position: relative;
    z-index: 1;
    width: fit-content;
    padding: 10px;
    border: 2px solid #000000;
    border-radius: 8px;
    margin-bottom: 64px;
    justify-content: center;
}

.cuudiy8zt1 .nznvgd7nm8.gi1c54mmdu .dn9u5u6eeq .c4ylphcxbp {
    background-color: transparent;
    border-radius: 4px;
    padding: 6px 25px 6px;
    color: #000000;
    border: none;
}

.cuudiy8zt1 .nznvgd7nm8.gi1c54mmdu .dn9u5u6eeq .c4ylphcxbp.xm2qmqvvqu {
    background-color: #000000;
    color: #f9fcfd;
    border: none;
}

.cuudiy8zt1 .irwsj8o4xk {
    position: relative;
    z-index: 1;
}

.cuudiy8zt1 .irwsj8o4xk .twk626k213 .uqxbau1lle .qvzz49k0sh {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px dashed #000000;
}

.cuudiy8zt1 .irwsj8o4xk .twk626k213 .uqxbau1lle .qvzz49k0sh .mbr-time {
    margin: 0;
}

.cuudiy8zt1 .irwsj8o4xk .twk626k213 .uqxbau1lle .qvzz49k0sh .jhe2wfb7ei {
    margin: 0;
}

.cuudiy8zt1 .irwsj8o4xk .twk626k213 .uqxbau1lle .bj0ktg1qpm {
    padding: 18px 0 18px 40px;
    margin: 0;
    border-bottom: 1px dashed #000000;
    list-style-position: inside;
}

@media (max-width: 768px) {
    .cuudiy8zt1 .irwsj8o4xk .twk626k213 .uqxbau1lle .bj0ktg1qpm {
        padding-left: 0;
    }
}

.cuudiy8zt1 .irwsj8o4xk .twk626k213 .uqxbau1lle .ax8ue0j8fq {
    padding: 18px 0 18px 40px;
    margin: 0;
    border-bottom: 1px dashed #000000;
}

@media (max-width: 768px) {
    .cuudiy8zt1 .irwsj8o4xk .twk626k213 .uqxbau1lle .ax8ue0j8fq {
        padding-left: 0;
    }
}

.cuudiy8zt1 .evgb1tubwc {
    color: #000000;
}

.cuudiy8zt1 .dgvo18r6x0 {
    color: #000000;
}

.cuudiy8zt1 .mbr-time {
    color: #111111;
}

.cuudiy8zt1 .jhe2wfb7ei {
    color: #000000;
}

.cuudiy8zt1 .bj0ktg1qpm {
    color: #000000;
}

.cuudiy8zt1 .ax8ue0j8fq {
    color: #000000;
}

.v1p2jzmt04 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.v1p2jzmt04 .hup5umsgcu {
    position: relative;
}

.v1p2jzmt04 .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .v1p2jzmt04 .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.v1p2jzmt04 .hup5umsgcu {
    justify-content: center;
}

.v1p2jzmt04 .mbr-fallback-image.disabled {
    display: none;
}

.v1p2jzmt04 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.v1p2jzmt04 .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .v1p2jzmt04 .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .v1p2jzmt04 .hup5umsgcu {
        padding: 0 24px;
    }
}

.v1p2jzmt04 .ggodqxevzu {
    position: relative;
    z-index: 1;
    margin-bottom: 128px;
}

@media (max-width: 992px) {
    .v1p2jzmt04 .ggodqxevzu {
        margin-bottom: 112px;
    }
}

@media (max-width: 768px) {
    .v1p2jzmt04 .ggodqxevzu {
        margin-bottom: 48px;
    }
}

.v1p2jzmt04 .ggodqxevzu .evgb1tubwc {
    margin-bottom: 0;
}

.v1p2jzmt04 .jd0u3u8m3m:hover .omusavftzr .e7qcf2oj1n span {
    height: 100%;
    opacity: 1;
    transition: all 0.2s ease;
}

.v1p2jzmt04 .jd0u3u8m3m {
    margin-bottom: 48px;
    z-index: 1;
}

.v1p2jzmt04 .jd0u3u8m3m .omusavftzr {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 385px;
    overflow: visible;
    margin: 0 8px;
}

@media (max-width: 1200px) {
    .v1p2jzmt04 .jd0u3u8m3m .omusavftzr {
        margin: 0;
    }
}

.v1p2jzmt04 .jd0u3u8m3m .omusavftzr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.v1p2jzmt04 .jd0u3u8m3m .omusavftzr .item-sticker {
    position: absolute;
    top: -5rem;
    right: -3rem;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    background-color: #f1ffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(-20deg);
    z-index: 11;
}

@media (max-width: 768px) {
    .v1p2jzmt04 .jd0u3u8m3m .omusavftzr .item-sticker {
        display: none;
    }
}

.v1p2jzmt04 .jd0u3u8m3m .omusavftzr .item-sticker .dgvo18r6x0 {
    margin-bottom: 0;
}

.v1p2jzmt04 .jd0u3u8m3m .omusavftzr .item-sticker:before {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    background-color: transparent;
    border: 3px solid #000000;
    pointer-events: none;
}

.v1p2jzmt04 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n {
    background-image: linear-gradient(0deg, #003c45 60%, transparent);
    z-index: 1;
    padding: 32px;
    border-radius: 16px;
}

.v1p2jzmt04 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n span {
    font-size: 32px;
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    transition: all 0.2s ease;
}

.v1p2jzmt04 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n .czsvo7l64f {
    margin: 16px 0 0 0;
}

@media (max-width: 768px) {
    .v1p2jzmt04 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n .czsvo7l64f {
        margin: 12px 0 0 0;
    }
}

.v1p2jzmt04 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n .he93j2noqm {
    margin: 12px 0 0 0;
}

@media (max-width: 768px) {
    .v1p2jzmt04 .jd0u3u8m3m .omusavftzr .e7qcf2oj1n .he93j2noqm {
        margin: 10px 0 0 0;
    }
}

.v1p2jzmt04 .evgb1tubwc {
    color: #000000;
}

.v1p2jzmt04 .dgvo18r6x0 {
    color: #000000;
    text-align: center;
}

.v1p2jzmt04 .czsvo7l64f,
.v1p2jzmt04 .l88n9asdmg {
    color: #FFFFFF;
    text-align: left;
}

.v1p2jzmt04 .he93j2noqm {
    color: #FFFFFF;
}

.cid-v2rGBA8n4x {
    padding-top: 10rem;
    padding-bottom: 10rem;
    overflow: hidden;
    background-color: #00161f;
    position: relative;
}

.cid-v2rGBA8n4x .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 25%;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cid-v2rGBA8n4x .m9n569cvvo {
        display: none;
    }
}

.cid-v2rGBA8n4x .jd0u3u8m3m:focus,
.cid-v2rGBA8n4x span:focus {
    outline: none;
}

.cid-v2rGBA8n4x .oc459n7dh4 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.cid-v2rGBA8n4x .content-head {
    max-width: 800px;
}

.cid-v2rGBA8n4x .loop-wrap {
    padding: 8px 0;
    min-height: 66px !important;
    position: relative;
    z-index: 1;
}

.cid-v2rGBA8n4x .jd0u3u8m3m {
    color: #ffffff;
    min-height: 66px;
}

@media (max-width: 768px) {
    .cid-v2rGBA8n4x .jd0u3u8m3m {
        min-height: 33px;
    }
}

.hejknb5biv {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003c45;
}

.hejknb5biv .hup5umsgcu {
    position: relative;
}

.hejknb5biv .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .hejknb5biv .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.hejknb5biv .mbr-fallback-image.disabled {
    display: none;
}

.hejknb5biv .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.hejknb5biv .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .hejknb5biv .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .hejknb5biv .hup5umsgcu {
        padding: 0 24px;
    }
}

.hejknb5biv .hup5umsgcu {
    justify-content: center;
}

.hejknb5biv .nznvgd7nm8.gi1c54mmdu {
    position: relative;
    z-index: 1;
    width: fit-content;
    padding: 10px;
    border: none;
    border-radius: 8px;
    margin: 0 auto 64px;
    justify-content: center;
    background-color: #f9fcfd;
}

.hejknb5biv .nznvgd7nm8.gi1c54mmdu .dn9u5u6eeq .c4ylphcxbp {
    background-color: transparent;
    border-radius: 4px;
    padding: 6px 25px 6px;
    color: #000000;
    border: none;
}

.hejknb5biv .nznvgd7nm8.gi1c54mmdu .dn9u5u6eeq .c4ylphcxbp.xm2qmqvvqu {
    background-color: #000000;
    color: #f9fcfd;
    border: none;
}

.hejknb5biv .hup5umsgcu.krpu1e29d9 {
    background-color: #f9fcfd;
    border-radius: 16px;
    padding: 64px;
    position: relative;
    z-index: 1;
}

.hejknb5biv .hup5umsgcu.krpu1e29d9::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 992px) {
    .hejknb5biv .hup5umsgcu.krpu1e29d9 {
        padding: 32px;
    }
}

.hejknb5biv .hup5umsgcu.krpu1e29d9 .irwsj8o4xk {
    position: relative;
    z-index: 1;
}

.hejknb5biv .hup5umsgcu.krpu1e29d9 .irwsj8o4xk .twk626k213 .z5cj6bpibl img {
    width: 50%;
    max-height: 500px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .hejknb5biv .hup5umsgcu.krpu1e29d9 .irwsj8o4xk .twk626k213 .z5cj6bpibl img {
        width: 100%;
    }
}

.hejknb5biv .hup5umsgcu.krpu1e29d9 .irwsj8o4xk .twk626k213 .jhe2wfb7ei {
    margin: 30px 0 0 0;
}

.hejknb5biv .jhe2wfb7ei {
    color: #111111;
    text-align: center;
}

.h3hwpxk7j7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.h3hwpxk7j7 .hup5umsgcu {
    position: relative;
}

.h3hwpxk7j7 .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(32px) blur(32px);
    z-index: 1;
}

@media (max-width: 768px) {
    .h3hwpxk7j7 .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.h3hwpxk7j7 .hup5umsgcu {
    justify-content: center;
}

.h3hwpxk7j7 .mbr-fallback-image.disabled {
    display: none;
}

.h3hwpxk7j7 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.h3hwpxk7j7 .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .h3hwpxk7j7 .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .h3hwpxk7j7 .hup5umsgcu {
        padding: 0 24px;
    }
}

.h3hwpxk7j7 .jhe2wfb7ei {
    position: relative;
    z-index: 2;
    margin-bottom: 36px;
    color: #000000;
    text-align: center;
}

.h3hwpxk7j7 .j4k7fxs3f2 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 32px;
    margin-bottom: 32px;
}

.h3hwpxk7j7 .j4k7fxs3f2 img {
    width: 120px;
    max-height: 120px;
    object-fit: cover;
}

.ewrvvudzrf {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.ewrvvudzrf .mbr-fallback-image.disabled {
    display: none;
}

.ewrvvudzrf .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ewrvvudzrf .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .ewrvvudzrf .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .ewrvvudzrf .hup5umsgcu {
        padding: 0 24px;
    }
}

.ewrvvudzrf .hup5umsgcu {
    justify-content: center;
}

.ewrvvudzrf .ggodqxevzu {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .ewrvvudzrf .ggodqxevzu {
        margin-bottom: 32px;
    }
}

.ewrvvudzrf .ggodqxevzu .evgb1tubwc {
    margin-bottom: 0;
}

.ewrvvudzrf .jd0u3u8m3m {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .ewrvvudzrf .jd0u3u8m3m {
        margin-bottom: 24px;
    }
}

.ewrvvudzrf .jd0u3u8m3m .omusavftzr {
    overflow: visible;
}

.ewrvvudzrf .jd0u3u8m3m .omusavftzr .m9n569cvvo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ewrvvudzrf .jd0u3u8m3m .omusavftzr .m9n569cvvo .p8ay8d1oqx {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    filter: blur(5px) blur(5px);
    background-image: linear-gradient(90deg, #f1ffff 30%, #fff1ff);
}

.ewrvvudzrf .jd0u3u8m3m .omusavftzr .l88n9asdmg {
    position: relative;
    z-index: 1;
    font-size: 50px;
    margin-bottom: 18px;
    display: block;
}

.ewrvvudzrf .jd0u3u8m3m .omusavftzr .czsvo7l64f {
    margin-bottom: 10px;
}

.ewrvvudzrf .jd0u3u8m3m .omusavftzr .dgvo18r6x0 {
    margin-bottom: 0;
}

.ewrvvudzrf .evgb1tubwc {
    color: #000000;
}

.ewrvvudzrf .dgvo18r6x0 {
    color: #000000;
}

.ewrvvudzrf .czsvo7l64f {
    color: #111111;
}

.ewrvvudzrf .czsvo7l64f,
.ewrvvudzrf .l88n9asdmg,
.ewrvvudzrf .m9n569cvvo {
    color: #000000;
}

.ny1tzflmhc {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #003c45;
}

.ny1tzflmhc .mbr-fallback-image.disabled {
    display: none;
}

.ny1tzflmhc .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ny1tzflmhc .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .ny1tzflmhc .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .ny1tzflmhc .hup5umsgcu {
        padding: 0 24px;
    }
}

.ny1tzflmhc .ggodqxevzu {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .ny1tzflmhc .ggodqxevzu {
        margin-bottom: 24px;
    }
}

.ny1tzflmhc .ggodqxevzu .evgb1tubwc {
    margin-bottom: 0;
}

.ny1tzflmhc .w65mphaedx.hup5umsgcu {
    padding: 0 0 0 100px;
}

@media (max-width: 992px) {
    .ny1tzflmhc .w65mphaedx.hup5umsgcu {
        padding: 0;
    }
}

.ny1tzflmhc .w65mphaedx.hup5umsgcu .cve3cmtm1g {
    padding: 0;
    margin-bottom: 12px !important;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ffffff !important;
}

.ny1tzflmhc .w65mphaedx.hup5umsgcu .cve3cmtm1g .cspg18sx03 {
    padding: 12px 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border-color: transparent !important;
}

.ny1tzflmhc .w65mphaedx.hup5umsgcu .cve3cmtm1g .cspg18sx03::placeholder {
    color: #ffffff;
}

.ny1tzflmhc .w65mphaedx.hup5umsgcu .cve3cmtm1g .cspg18sx03:hover {
    border-color: transparent !important;
}

.ny1tzflmhc .w65mphaedx.hup5umsgcu .cve3cmtm1g .cspg18sx03:focus {
    background-color: transparent;
    box-shadow: none;
}

.ny1tzflmhc .w65mphaedx.hup5umsgcu .cve3cmtm1g .form-check {
    padding-left: 28px;
    margin-bottom: 0;
    margin-right: 18%;
    line-height: 2.2;
}

.ny1tzflmhc .w65mphaedx.hup5umsgcu .cve3cmtm1g .form-check .form-check-input {
    border-radius: 0;
    background: transparent;
    border: 1px solid #ffffff;
}

.ny1tzflmhc .w65mphaedx.hup5umsgcu .o7x0yq4phi {
    padding: 0;
}

.ny1tzflmhc .evgb1tubwc {
    color: #FFFFFF;
}

.ny1tzflmhc .form-check-label {
    color: #f4efe8;
}

.kp58rlc7rg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003c45;
}

.kp58rlc7rg .hup5umsgcu {
    position: relative;
}

.kp58rlc7rg .hup5umsgcu .m9n569cvvo {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #f1ffff 50%, #fff1ff);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .kp58rlc7rg .hup5umsgcu .m9n569cvvo {
        display: none;
    }
}

.kp58rlc7rg .mbr-fallback-image.disabled {
    display: none;
}

.kp58rlc7rg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.kp58rlc7rg .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .kp58rlc7rg .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .kp58rlc7rg .hup5umsgcu {
        padding: 0 24px;
    }
}

.kp58rlc7rg .k09i8ieeu7 {
    display: flex;
    align-items: center;
}

.kp58rlc7rg .ggodqxevzu {
    position: relative;
    z-index: 2;
    margin-bottom: 64px;
    width: 100%;
}

@media (max-width: 992px) {
    .kp58rlc7rg .ggodqxevzu {
        margin-bottom: 32px;
    }
}

.kp58rlc7rg .ggodqxevzu .evgb1tubwc {
    margin-bottom: 10px;
}

.kp58rlc7rg .ggodqxevzu .dgvo18r6x0 {
    margin-bottom: 20px;
}

.kp58rlc7rg .j4k7fxs3f2 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2rem;
    padding: 16px;
    border-radius: 8px;
    background-color: #f9fcfd;
    z-index: 2;
}

.kp58rlc7rg .j4k7fxs3f2 .a2hzfpicwy {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background-color: #e6bee1;
    border-radius: 100%;
    margin-right: 16px;
}

.kp58rlc7rg .j4k7fxs3f2 .a2hzfpicwy .zedy9y9s53 {
    margin-bottom: 0;
}

.kp58rlc7rg .j4k7fxs3f2 .czsvo7l64f {
    margin-bottom: 0;
    width: 80%;
}

.kp58rlc7rg .evgb1tubwc {
    color: #f4efe8;
}

.kp58rlc7rg .dgvo18r6x0 {
    color: #f4efe8;
    text-align: right;
}

.kp58rlc7rg .zedy9y9s53 {
    color: #000000;
}

.kp58rlc7rg .czsvo7l64f {
    color: #000000;
}

.kp58rlc7rg .evgb1tubwc,
.kp58rlc7rg .o7x0yq4phi {
    color: #FFFFFF;
}

.t57besxx7p {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #003c45;
}

.t57besxx7p .hup5umsgcu {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .t57besxx7p .hup5umsgcu {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .t57besxx7p .hup5umsgcu {
        padding: 0 24px;
    }
}

.t57besxx7p .ggodqxevzu {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .t57besxx7p .ggodqxevzu {
        margin-bottom: 24px;
    }
}

.t57besxx7p .ggodqxevzu img {
    display: inline-block;
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 6px;
}

.t57besxx7p .ggodqxevzu .evgb1tubwc {
    margin-bottom: 35px;
}

@media (max-width: 992px) {
    .t57besxx7p .ggodqxevzu .evgb1tubwc {
        margin-bottom: 26px;
    }
}

@media (max-width: 425px) {
    .t57besxx7p .ggodqxevzu .evgb1tubwc {
        color: #79e3f8;
    }
}

.t57besxx7p .ggodqxevzu .dgvo18r6x0 {
    margin-bottom: 0;
}

@media (max-width: 425px) {
    .t57besxx7p .ggodqxevzu .dgvo18r6x0 {
        color: #79e3f8;
    }
}

.t57besxx7p .bj0ktg1qpm {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #f4efe8;
}

@media (max-width: 425px) {
    .t57besxx7p .bj0ktg1qpm {
        justify-content: flex-start;
    }
}

.t57besxx7p .bj0ktg1qpm .crt452wcjm {
    margin: 5px 0 5px 30px;
}

@media (max-width: 425px) {
    .t57besxx7p .bj0ktg1qpm .crt452wcjm {
        margin: 5px 30px 5px 0;
    }
}

.t57besxx7p .lheukijo2t {
    overflow: hidden;
}

.t57besxx7p .evgb1tubwc {
    color: #111111;
}

.t57besxx7p .dgvo18r6x0 {
    color: #FFFFFF;
    text-align: left;
}